In This Topic
Gets the precision.
The value must be a power of 10 (10, 100, 1000, 10000, etc).
. This property has meaning only if this object is the last one in a number format collection.
Syntax
public int getPrecision()
|
Return Value
The precision of decimal display when
setFractionDisplay method is set to
PDFFractionDisplay.DECIMAL.
See Also